projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f51f97d
)
(syms_of_minibuf) <minibuffer-completing-file-name>: Fix docstring.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 19 Apr 2008 21:44:46 +0000
(21:44 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 19 Apr 2008 21:44:46 +0000
(21:44 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index dae6918e073e75efe5a5a7538774f927bcf3b1ac..34f16c2dc95417cb3900dafc48ad2ea950d6a716 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-2159,7
+2159,7
@@
CODE can be nil, t or `lambda':
DEFVAR_LISP ("minibuffer-completing-file-name",
&Vminibuffer_completing_file_name,
- doc: /* Non-nil
and non-`lambda'
means completing file names. */);
+ doc: /* Non-nil means completing file names. */);
Vminibuffer_completing_file_name = Qnil;
DEFVAR_LISP ("minibuffer-help-form", &Vminibuffer_help_form,